set Should Report Location
open fun setShouldReportLocation(value: Boolean): ModuleConfigProtos.ModuleConfig.MapReportSettings.Builder
Whether we have opted-in to report our location to the map
Content copied to clipboard
bool should_report_location = 3;
Return
This builder for chaining.
Parameters
value
The shouldReportLocation to set.